Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log analytics getting started #573

Merged

Conversation

graytaylor0
Copy link
Member

@graytaylor0 graytaylor0 commented Nov 12, 2021

Description

  • Reworked the Log Ingestion Demo Guide. It now already has the fluent-bit.conf and log-pipeline.yaml created, and starts up both FluentBit and OpenSearch through a single docker-compose.yaml. It is also running Data Prepper through Docker.
  • Created a draft for the Log Analytics Getting Started Guide. Still needs some adjustment before release but this is a good starter that closely mirrors the Trace Analytics Guide.

Issues Resolved

#550

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Taylor Gray <[email protected]>
…tBit and OpenSearch through the same docker-compose, first draft for Getting Started Guide with Log Analytics

Signed-off-by: Taylor Gray <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #573 (9aac01a) into main (e04a40f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #573   +/-   ##
=========================================
  Coverage     92.28%   92.28%           
  Complexity      569      569           
=========================================
  Files            71       71           
  Lines          1725     1725           
  Branches        144      144           
=========================================
  Hits           1592     1592           
  Misses          102      102           
  Partials         31       31           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e04a40f...9aac01a. Read the comment docs.

@dlvenable
Copy link
Member

This looks very nice. Thanks! I like the updated images.

dlvenable
dlvenable previously approved these changes Nov 12, 2021
Copy link
Member

@sbayer55 sbayer55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added two small suggestions to ease setup

docs/log_analytics.md Show resolved Hide resolved
@graytaylor0 graytaylor0 merged commit 498507a into opensearch-project:main Nov 12, 2021
chenqi0805 added a commit to chenqi0805/data-prepper that referenced this pull request Nov 12, 2021
* main:
  Fixes the main branch from a renaming that happened when two related PRs were merged around the same time. (opensearch-project#583)
  Grpc Basic auth for Otel trace Source (opensearch-project#570)
  Fixed a NullPointerException which LogstashVisitor was throwing for attributes without a value. (opensearch-project#582)
  Update PipelineModel to fix serialization (opensearch-project#577)
  Log analytics getting started (opensearch-project#573)
  Support maps which are not present in the YAML, which Jackson appears to be treating differently from explicit nulls. opensearch-project#568 (opensearch-project#579)
  Add support for codeowners to repo (opensearch-project#578)
  Added logstash mapper which maps logstash configuration to pipeline m… (opensearch-project#575)
  Document OpenSearch Sink configuration parameters number_of_shards and number_of_replicas. (opensearch-project#562)
  Added instructions to build and run the Docker image locally. (opensearch-project#564)
  NPE bug fixes in the DefaultLogstashPluginAttributesMapper (opensearch-project#574)
  switch Path.of to Paths.get (opensearch-project#566)
  Fix PrepperState javadoc (opensearch-project#567)

Signed-off-by: qchea <[email protected]>
@graytaylor0 graytaylor0 deleted the LogAnalyticsGettingStarted branch November 16, 2021 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants